This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Subject: Exception in loading the dependencies of nlsxbe.dll
Feedback Type: Problem
Product Area: Notes Client
Technical Area: Error Message
Platform: Windows
Release: 8.5
Reproducible: Always
I am trying to write a script to create new users, using JAVA APIs.
I have set Domino directory in the path and added notes.jar and NSCO.jar in the classpath.
But when I run the program it is giving me the following error:
C:\Automation>java RegisterUser
Exception in thread "Thread-0" java.lang.UnsatisfiedLinkError: E:\IBM\Lotus\Domi
no\nlsxbe.dll: Can't find dependent libraries
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1807)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1732)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1028)
at lotus.domino.NotesThread.load(Unknown Source)
at lotus.domino.NotesThread.checkLoaded(Unknown Source)
at lotus.domino.NotesThread.initThread(Unknown Source)
at lotus.domino.NotesThread.run(Unknown Source)
Any idea which other path I need to add to the PATH variable to resolve this issue.
Regards
Sanjeev
Feedback number WEBB8HW9AQ created by ~Miriam Zentooberg on 06/17/2011
Status: Open
Comments: